projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0b9c96
)
tests: gtk_widget_render_icon() => gtk_widget_render_icon_pixbuf()
author
Benjamin Otte
<otte@redhat.com>
Wed, 15 Dec 2010 11:03:46 +0000
(12:03 +0100)
committer
Benjamin Otte
<otte@redhat.com>
Wed, 15 Dec 2010 13:51:26 +0000
(14:51 +0100)
tests/testtreeedit.c
patch
|
blob
|
history
diff --git
a/tests/testtreeedit.c
b/tests/testtreeedit.c
index 30d2a3fa548e4c8add47f68ebfef5643ec4b4b40..4375691a0886709b8024e4811aec45304764521f 100644
(file)
--- a/
tests/testtreeedit.c
+++ b/
tests/testtreeedit.c
@@
-55,7
+55,7
@@
create_model (void)
GtkWidget *blah;
blah = gtk_window_new (GTK_WINDOW_TOPLEVEL);
- foo = gtk_widget_render_icon
(blah, GTK_STOCK_NEW, GTK_ICON_SIZE_MENU, NULL
);
+ foo = gtk_widget_render_icon
_pixbuf (blah, GTK_STOCK_NEW, GTK_ICON_SIZE_MENU
);
gtk_widget_destroy (blah);
model = gtk_tree_store_new (NUM_COLUMNS,